home *** CD-ROM | disk | FTP | other *** search
/ Internet Pro - Web Page Builder / Internet Pro - Web Page Builder (Wayzata Technology) (7241) (1995).bin / pc / windows / editors / navipres / navipres.exe / NP.1 / README.TXT < prev    next >
Text File  |  1995-11-02  |  11KB  |  194 lines

  1.  
  2.                            NaviPress 1.1 áfor Windows
  3.                                     Read Me
  4.  
  5.  NaviPress is an integrated browsing and WYSIWYG authoring tool for the World  
  6.  Wide Web. NaviPress was designed both to make WWW authoring more accessible to
  7.  beginners and to save valuable time and effort for professional Web publishers.
  8.  
  9.                                         
  10.     ------------------------------------------------------
  11.  
  12. System Requirements:
  13.     * To use NaviPress, you should have at least a 386 with 8 megabytes of RAM.
  14.       You should also have Windows 3.1 or later and at least 5 megabytes of free
  15.       disk space.
  16.     * 8 megabytes or more of RAM are recommended.
  17.     * You should have an Internet service provider, a modem, and the appropriate
  18.       connection software.(Trumpet winsock, Chameleon, etc) If you do not     
  19.       already have a WINSOCK.DLL, one will be installed that allows you to    
  20.       operate NaviPress locally. If you install a network connection later you
  21.       will need to delete the winsock.dll in the navipress directory for      
  22.       NaviPress to use the network.
  23.  
  24.  
  25.     ------------------------------------------------------
  26.  
  27. Installing NaviPress
  28.     1. Double-click on the Setup.exe. It will prompt you for a directory in   
  29.        which to install NaviPress.
  30.     2. Launch NaviPress by double-clicking on its icon.
  31.     3. NaviPress does not insist that you set a proxy server and a name server
  32.        but it is highly recommended that you set them using                    
  33.        Tools=>Preferences=>Network.
  34.  
  35.  
  36.     ------------------------------------------------------
  37.  
  38. Notes and Hints:
  39.  
  40. General Authoring:
  41.     * NaviPress is rather strict about enforcing legal HTML. When using       
  42.       NaviPress to edit pages which were created outside of NaviPress, it may 
  43.       change HTML which does not comply to the HTML 3.0 standard and          
  44.       specifications when saving it. á
  45.     * In HTML the formatting information for a paragraph is located before the
  46.       paragraph, unlike word processors where the formatting information is   
  47.       located at the end of the paragraph. Thus when selecting text to replace
  48.       formatting, copy/paste, or drag/drop it is necessary to include the     
  49.       carriage return before the paragraph if you want the formatting to be   
  50.       included.
  51.     * Using the MiniWeb view NaviPress allows the user to Edit=>Cut or        
  52.       backspace/delete an icon (subsequently deleting the object) without the 
  53.       presence of a confirmation dialog box.
  54.     * NaviPress does not "lock" files. When concurrent editing of the same page
  55.       is occurring changes may be overwritten. Be careful and use reload often
  56.       if multiple people are editing the same page concurrently.
  57.     * To edit text or images which are links without following the link hold  
  58.       down the Control (Ctrl) key and click with the mouse.
  59.     * To create a MiniWeb out of a directory, or to regenerate a MiniWeb that 
  60.       isn't showing all of the files that it should (after moving files outside
  61.       of NaviPress) use the Webize dialog by pressing Ctrl-Shift-W (or choose 
  62.       Tools=>Webize from the MiniWeb view).
  63.     * Double-click on a link to display the linked page in a new window.
  64.  
  65. Tables
  66.     * Selecting (highlighting) a table in the page view requires that the     
  67.       paragraph before and after the table be selected. Dragging the mouse    
  68.       across or double clicking on a table will not highlight it but dragging 
  69.       the pointer from the paragraph above to the paragraph beneath (or       
  70.       vice-versa) will select the table.
  71.     * Selecting tables within tables and tables at the end of the page: áWhen a
  72.       table is the first or last item in a table cell the table is not        
  73.       selectable with the mouse. áThis is because the selection of a table    
  74.       requires the selection of a paragraph before and after the table. It is 
  75.       easy to avoid this problem once you are aware of it. When creating tables
  76.       nested within tables insert paragraphs into the table cell (by hitting  
  77.       Return) and place the cursor between these paragraphs when choosing Create
  78.       Table. áExtra paragraphs can be easily deleted later.
  79.      
  80.       If you find yourself in this state, the workaround is to add a <P> tag at
  81.       each end of the table you are trying to select:
  82.           1. Highlight some of the table content (as a refernce point) and    
  83.              choose Tools=>Show HTML.
  84.           2. The highlighted selection should be highlighted in the Show HTML 
  85.              window.
  86.              Insert <P> before the beginning table tag (<TABLE BORDER .....>) to
  87.              insert a paragraph before the table.
  88.           3. Insert a <P> tag immediately after the closing table tag (</TABLE>)
  89.              to insert a paragraph after the table
  90.           4. Select Parse and Close from the file menu in the Show HTML window.
  91.  
  92.     * Typing in tables: Resizing tables on the fly as text is inserted is a lot
  93.       of work and the typing speed in tables can be slower as a result. The more
  94.       cells there are in the table, the slower the typing will be.
  95.     * Alter Table will remove table attributes that are not authored through the
  96.       NaviPress menus (e.g. Align=).
  97.     * Using Undo and Redo in Tables sometimes requires two Undos/Redos for    
  98.       certain functions (e.g. Merge Cell).
  99.     * The display of table border and contents becomes disjoint when inserting
  100.       text into a table that contains ALIGN = CENTER in the <TABLE ...>       
  101.       tag.áCausing the screen to refresh will correct the display.
  102.  
  103. Lists
  104.     * More that one list element on the same line occurs when there are lists 
  105.       nested inside a list without a paragraph tag between the list tags. áThis
  106.       only happens when Edit Complex lists is set. áIt is impossible to insert
  107.       text between two such list elements from the page view. The workaround is
  108.       to manually add <P> tags after the <LI> tag in the Show HTML window.
  109.     * Exiting from nested lists: NaviPress only allows one level at a time to be
  110.       exited. If you wish to exit multiple nested levels, choose Format=>Exit 
  111.       List Format multiple times and delete the unwanted list elements when   
  112.       finished.
  113.     * Nested lists may not show Paragraph Alignments (other than left)        
  114.       correctly. You may see some text appear crowded together; try aligning  
  115.       left to space it correctly.
  116.     * Deleting nested list items: When deleting inner levels from a multi-nested
  117.       list (e.g. deleting the 2nd and 3rd level items from a nested list with 4
  118.       nested levels), list elements (bullets, numbers) can be left in odd     
  119.       positions. Saving and reloading should fix the display.
  120.  
  121. MiniWebs
  122.     * Short Menus (Tools=>Preferences=>General) are disabled.
  123.     * If MiniWebs don't reflect the contents of the directory, Webize.
  124.       NaviPress can't tell if a MiniWeb filename has been changed outside of  
  125.       NaviPress. If you change, add, or delete files or links in a MiniWeb    
  126.       outside of NaviPress, or ever notice that the MiniWeb view is not       
  127.       reflecting the true status of the directory, be sure to webize/regenerate
  128.       the MiniWeb.
  129.     * Use the display control dialog (under the View menu) to hide icons for  
  130.       external links, images, etc. if you find the MiniWeb Web view has too many
  131.       icons to be useful.
  132.     * Filename change in MiniWebs
  133.           o does not update links in subwebs.
  134.           o does not update links in image maps
  135.           o removes anchor extensions from links it changes
  136.     * When editing long filenames in a MiniWeb using a list view (Name, Title,
  137.       or MIME type) the file name display allows for ~27 characters. áAfter that
  138.       the text exceeds the filename box and is displayed behind the title. áThe
  139.       workaround is to use the Web view to rename files longer than 27        
  140.       characters.
  141.  
  142. Display
  143.     * NaviPress does not display transparent gifs. áNaviPress will match the  
  144.       background color, but not a background image. When browsing amongst pages
  145.       referencing the same transparent gif but with different background colors
  146.       you may notice that the background color for the gif is cached as the   
  147.       color of the first visited page. áHitting reload will display the image 
  148.       with the current background color.
  149.     * NaviPress shares the color pallete between NaviPress windows and with   
  150.       other applications. When a window does not have all of the colors it is 
  151.       requesting the display will look weird. áThis is most apparent on images
  152.       and backgrounds and is generally noticed when a page is loading or when 
  153.       there is another window or application in the foreground. Bringing the  
  154.       window to the foreground should correct this.
  155.     * Dragging a selection over a floating image will cause the image to flash
  156.       while the mouse button is depressed.
  157.     * NP handles <center> tags differently than Netscape. NaviPress is stricter
  158.       about the placement of tags and has a preferences item to choose whether
  159.       the display will conform to Netscape extensions or the HTML 3.0         
  160.       specification.
  161.     * Background images flash when typing text.
  162.  
  163. Miscellaneous
  164.     * Opening or editing a page with a large amount of text (>100K) is very slow
  165.       with NaviPress, and NaviPress will crash if given a file that is too large.á
  166.     * Using Elements=>Image Map on an existing Image Map will remove any      
  167.       attributes from the IMAGE MAP tag (e.g. BORDER=0) that are not authored 
  168.       through NaviPress menus.
  169.     * Check Links will indicate "Could not find ..." when there is a redirect at
  170.       the specified URL.
  171.     * There is no File=>Quit option áfromáthe 'Show HTML' window. áThis is a  
  172.       feature to prevent people fromátrying to close the window by using quit,
  173.       due to the fact that they are used in Netscape's "show source" which    
  174.       lauches an independent text editor.
  175.     * Within a <Center> tag: Elements=>Get Attribute (or Elements=>Image, Link,
  176.       Image Map, or Anchor with such an attribute already selected) will always
  177.       change the selection to the first attribute item within the Center tag.
  178.     * The hotlist window does not have a horizontal scroll bar. áTo read long 
  179.       URLs the window may be resized larger.
  180.     * NaviPress does not support printing on Windows 95.
  181.     * The Save As progress gauge sometimes indicates "Full" during the entire 
  182.       save.
  183.     * NaviPress may give an error when printing forms.
  184.     * The horizontal scroll bar at the bottom of a text area overlaps the last
  185.       line of text for text areas with aácertain number of rows.
  186.  
  187.                                         
  188.     ------------------------------------------------------
  189.                          Last Updated: November 2, 1995
  190.  
  191.  
  192.  
  193.  
  194.